Auto merge of #1757 - alexcrichton:fix-msvc-build, r=huonw
authorbors <bors@rust-lang.org>
Fri, 26 Jun 2015 23:23:44 +0000 (23:23 +0000)
committerbors <bors@rust-lang.org>
Fri, 26 Jun 2015 23:23:44 +0000 (23:23 +0000)
commitc8c1624baf41f4bf8ae71ab537471f348fb33154
tree0dedb69b17eed68edc96895c6f83f2c7f2dfdce0
parent6bdde2105554353592dcdc0defc8b45cb71f12d3
parentf97579a2c9a4411c67020ae598423ff5470ccf42
Auto merge of #1757 - alexcrichton:fix-msvc-build, r=huonw

This commit updates Cargo's unit tests to pass `make check` entirely on MSVC
targets. Two tests are ignored on MSVC as it requires panicking to be
implemented, which currently isn't, but otherwise Cargo is fully functional.